home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000260,$00000165,$00000267,$000002B6,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$000000C8,$00000041,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- omaprepmac3,
- oFilm_14,
- oFilm_25,
- oFilm_36,
- oFilm_410,
- oFilm_59,
- oFilm_67,
- ommsomm8
- ];
- Events is [
- cOnscreenEvent
- with
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Flags is $00000150;
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/2.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object omaprepmac3 is cImage
- with
- Flags is $00000150;
- Name is "maprepmac";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/mapav.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object oFilm_14 is cBox
- with
- Flags is $00000150;
- Name is "Film 1";
- Region is {$FFFF0024,$00010000,$01A2020A,$00010000,$020A7FFF,$015100B4,$020A7FFF,$01A20000,$00B47FFF,$7FFF0000};
- Cursor is oFingerCursor;
- Y is 68;
- Width is 522; Height is 418;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "av1.k"; end
- ];
- end
- ];
- end;
-
- object oFilm_25 is cBox
- with
- Flags is $00000150;
- release Editor:
- IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "Film 2";
- Region is {$FFFF0028,$00000000,$008700A2,$00000001,$00A17FFF,$00770000,$000100A1,$00A27FFF,$00870000,$00A27FFF,$7FFF0000};
- Cursor is oFingerCursor;
- X is 183; Y is 411;
- Width is 162; Height is 135;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "av2.k"; end
- ];
- end
- ];
- end;
-
- object oFilm_36 is cBox
- with
- Name is "Film 3";
- Cursor is oFingerCursor;
- X is 348; Y is 410;
- Width is 204; Height is 137;
-
-
- Events is [
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cBrowseCommand
- with URL is "av3.k"; end
- ];
- end
- ];
- end;
-
- object oFilm_410 is cBox
- with
- Name is "Film 4";
- Region is {$FFFF000A,$00010000,$00D5010F};
- Cursor is oFingerCursor;
- X is 530; Y is 68;
- Width is 271; Height is 214;
-
-
- Events is [
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cBrowseCommand
- with URL is "av4.k"; end
- ];
- end
- ];
- end;
-
- object oFilm_59 is cBox
- with
- Flags is $00008151;
- Name is "Film 5";
- Region is {$FFFF0024,$00010000,$00B20112,$00010000,$01127FFF,$00790000,$001F7FFF,$00B2001F,$01127FFF,$7FFF0000};
- Cursor is oFingerCursor;
- X is 527; Y is 285;
- Width is 274; Height is 179;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00004004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00004004; URL is "av5.k"; end
- ];
- end
- ];
- end;
-
- object oFilm_67 is cBox
- with
- Flags is $00000150;
- release Editor:
- IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "Film 6";
- Region is {$FFFF000A,$00010000,$008500CA};
- Cursor is oFingerCursor;
- X is 556; Y is 468;
- Width is 202; Height is 134;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "av6.k"; end
- ];
- end
- ];
- end;
-
- object ommsomm8 is cImage
- with
- Name is "mmsomm";
- Shown is false; Cursor is oFingerCursor;
- X is 629; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cRunCommand
- with Target is oMusic2; Mode is Clear; Rewind is true; end,
- cBrowseCommand
- with URL is "sommaire.k"; end
- ];
- end
- ];
- end;